﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


html, body {
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #333333;
    font-size: 12px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-align: center;
    line-height: 1.3em;
}

/*Master page start*/

#divContainer {
    width: 1300px;
    float: left;
    text-align: left;
    margin: 0px auto auto 0px;
    z-index: 1;
}

#divTopTotal {
    width: 1300px;
    height: 108px;
    float: left;
    text-align: left;
    margin: 0px auto auto 0px;
    background: url(../bg/bg_Top.png) no-repeat;
}

#divTop {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px 0px auto 0px;
}

#divCenter {
    width: 1280px;
    float: left;
    text-align: left;
    margin: 0px auto auto 0px;
}

#divCenterLarge {
    width: 1300px;
    float: left;
    text-align: left;
    background: #FFFFFF;
    margin: 16px auto 20px 0px;
    background: #FFFFFF;
}

#divBottom {
    width: 1300px;
    float: left;
    text-align: left;
    margin: 0px 0px auto 0px;
    background: #666666;
}

.spLogo {
    float: left;
    height: 83px;
    width: 108px;
    margin: 12px auto auto 35px;
}

.spHeader {
    float: left;
    min-height: 40px;
    width: 1130px;
    margin: 12px auto auto 10px;
}

.spMenu {
    border: 0px solid #FFFFFF;
    float: left;
    margin: 9px auto auto 40px;
}

.spMenuButton {
    float: left;
    min-height: 20px;
    margin: 0px 10px auto 0px;
}

.spMenuSearch {
    float: left;
    min-height: 30px;
    width: 700px;
    margin: 20px auto auto 10px;
}

.spUser {
    float: right;
    text-align: right;
    height: 20px;
    width: 300px;
    font-size: 12px;
    font-weight: normal;
    margin: 26px 30px auto 10px;
}

.spUserFull {
    float: right;
    text-align: right;
    height: 20px;
    width: 200px;
    margin: 36px 30px auto auto;
}

.spUserOuter {
    float: left;
    text-align: right;
    height: 108px;
    width: 250px;
    margin: 0px 0px auto auto;
    background: red; /*url(../bg/bg_Top_Right.png) no-repeat;*/
    background-position: right;
}
/*Master Page end*/

a:link {
    color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover, a:focus {
    color: #666666;
    text-decoration: underline;
}

a:active {
    color: #666666;
    text-decoration: none;
}

.mGrid {
    border-collapse: collapse;
    margin-left: 0px;
    margin-top: 0px;
    float: left;
    background:#FFFFFF;
}

    .mGrid td, .mGrid th {
        border: 1px solid #ddd;
        padding-left: 4px;
        font-size: 12px;
    }

    .mGrid tr {
    }

    .mGrid tr:nth-child(even) {
        background-color: #F2F2F2;
    }


    .mGrid th {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: left;
        color: white;
        background: rgb(226, 56, 63);
    }
    .bgGrey th{background:#666666;}

.mGrid th a:link {
    color: #FFFFFF;
    text-decoration: none;
}

        .mGrid th a:visited {
            color: #FFFFFF;
            text-decoration: none;
        }

        .mGrid th a:hover, a:focus {
            color: #FFFFFF;
            text-decoration: underline;
        }

        .mGrid th a:active {
            color: #FFFFFF;
            text-decoration: none;
        }

    .mGrid td {
        color: #333333;
        font-weight: normal;
    }

        .mGrid td a:link {
            color: rgb(226, 56, 63);
            text-decoration: underline;
        }

        .mGrid td a:visited {
            color: rgb(226, 56, 63);
            text-decoration: underline;
        }

        .mGrid td a:hover, a:focus {
            color: rgb(226, 56, 63);
            text-decoration: underline;
        }

        .mGrid td a:active {
            color: rgb(226, 56, 63);
            text-decoration: none;
        }

    .mGrid td:hover {
        background-color: #F2F2F2;
    }

.container {
    margin: 5% 3%;
}

@media (min-width: 48em) {
    .container {
        margin: 2%;
    }
}

@media (min-width: 75em) {
    .container {
        margin: 2em auto;
        max-width: 75em;
    }
}

.responsive-table {
    width: 70%;
    margin-bottom: 1.5em;
    border-spacing: 0;
}

@media (min-width: 48em) {
    .responsive-table {
        font-size: .9em;
    }
}

@media (min-width: 62em) {
    .responsive-table {
        font-size: 1em;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 48em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    background-color: #d22752;
    border: 1px solid #d22752;
    font-weight: normal;
    text-align: left;
    color: white;
}

    .responsive-table thead th:first-of-type {
        text-align: left;
    }


    .responsive-table2 thead th {
        text-align: right;
    }


.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 48em) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
}

@media (min-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 48em) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
}

@media (min-width: 62em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 48em) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic;
}

@media (min-width: 62em) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
}

@media (min-width: 48em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 48em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: rgba(94, 93, 82, 0.1);
    }
}

.responsive-table tbody th[scope="row"] {
    background-color: #1d96b2;
    color: white;
}

@media (min-width: 30em) {
    .responsive-table tbody th[scope="row"] {
        border-left: 1px solid #1d96b2;
        border-bottom: 1px solid #1d96b2;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
}

.responsive-table tbody td {
    text-align: right;
}

@media (min-width: 48em) {
    .responsive-table tbody td {
        border-left: 1px solid #1d96b2;
        border-bottom: 1px solid #1d96b2;
        text-align: left;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody td:last-of-type {
        border-right: 1px solid #1d96b2;
    }
}

.responsive-table tbody td[data-type=currency] {
    text-align: right;
}

.responsive-table tbody td[data-type=LEFT] {
    text-align: left;
}


.responsive-table tbody tr[data-type=GREEN] {
    background-color: #5DEA24;
    border: 1px solid #5DEA24;
    font-weight: normal;
    color: white;
}


.responsive-table tbody tr[data-type=BLUE] {
    background-color: #99CCFF;
    border: 1px solid #99CCFF;
    font-weight: normal;
    color: white;
}

.responsive-table tbody td[data-type=RIGHT] {
    text-align: right;
}


.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}

@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}

@media (min-width: 48em) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

/*td/th width start*/
.tbStyle40 {
    width: 40px;
}

.tbStyle55 {
    width: 55px;
}

.tbStyle80 {
    width: 80px;
}

.tbStyle60 {
    width: 60px;
}

.tbStyle70 {
    width: 70px;
}

.tbStyle100 {
    width: 100px;
}

.tbStyle120 {
    width: 120px;
}

.tbStyle160 {
    width: 160px;
}

.tbStyle180 {
    width: 180px;
}

.tbStyle200 {
    width: 200px;
}

.tbStyle220 {
    width: 220px;
}

.tbStyle240 {
    width: 240px;
}

.tbStyle260 {
    width: 260px;
}

.tbStyle280 {
    width: 280px;
}

.tbStyle900 {
    width: 885px;
}

.tbStyle1000 {
    width: 1000px;
}

.tbStyleNumericDate {
    text-align: right;
}
/*td/th width end*/
/*Form css start*/
.btnClickGreen {
    background: #7fd775;
    border-right: solid 1px #324531;
    border-bottom: solid 1px #324531;
    border-left: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    color: #333333;
    text-align: center;
    font-weight: normal;
    width: 60px;
    font-size: 10px;
    float: left;
}

.btnClickGrey {
    background: #666666;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    width: 60px;
    font-size: 10px;
    float: left;
}

.btnClickRed {
    background: Red;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #FFFFFF;
    border-top: solid 1px #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    width: 60px;
    font-size: 10px;
    float: left;
}
/*Form css end*/

/*Buttons*/

.ButtonSubmitTwo {
    background: rgb(226, 56, 63);
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    padding: 6px;
    border: 0px solid #FFFFFF;
    font-size: 10px;
}

.btn_One_Small {
    padding: 3px 4px 3px 4px;
    margin-left: 4px;
    text-align: center;
    text-shadow: none;
    font-size: 10px;
    display: inline-block;
    margin-top: 0px;
    border: 0px solid #FFFFFF;
    font-weight: normal;
}

.btn_One_Small {
    background-color: rgb(226, 56, 63);
    color: #FFFFFF;
}

.btn_Two_Small {
    background-color: #FFFFFF;
    color: rgb(226, 56, 63);
}

.btn_Two_Small {
    margin-left: 4px;
    text-align: center;
    text-shadow: none;
    font-size: 10px;
    display: inline-block;
    margin-top: 0px;
    border: 1px solid rgb(226, 56, 63);
    font-weight: bold;
    padding: 2px;
}

a.btn_Two_Small:link, a.btn_Two_Small:visited, a.btn_Two_Small:active {
    text-decoration: none;
    color: rgb(226, 56, 63);
}

a.btn_Two_Small:hover {
    text-decoration: underline;
}

.btn_Seven,
.btn_Seven_Last,
.btn_Ten,
.btn_Eleven{
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 10px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    display: inline-block;
}

.btn_Seven, .btn_Seven_Last {
    background-color: #FFFFFF;
    color: #333333;
    border-bottom: 0px solid rgb(226, 56, 63);
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding-top: 6px;
    padding-Left: 10px;
    padding-Right: 10px;
    margin-left: -6px;
    margin-top: 0px;
}

.btn_Eleven {
    background-color: #666666;
    color: #FFFFFF;
    border-bottom: 0px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    padding-top: 6px;
    padding-Left: 10px;
    padding-Right: 10px;
    margin-left: -6px;
    margin-top: 0px;
}

.btn_Seven_Last {
    border-right: 1px solid #CCCCCC;
}

.btn_Ten {
    background-color: rgb(226, 56, 63);
    color: #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    border-right: 0px solid #666666;
    border-top: 0px solid #666666;
    border-left: 0px solid #666666;
    padding-top: 6px;
    padding-Left: 10px;
    padding-Right: 10px;
    margin-left: -6px;
    margin-top: 0px;
}

a.btn_One_Small:link, a.btn_One_Small:visited, a.btn_One_Small:active,
a.btn_Seven:link, a.btn_Seven:visited, a.btn_Seven:active,
a.btn_Seven_Last:link, a.btn_Seven_Last:visited, a.btn_Seven_Last:active,
a.btn_Ten:link, a.btn_Ten:visited, a.btn_Ten:active, a.btn_Ten:hover,
a.btn_Eleven:link, a.btn_Eleven:visited, a.btn_Eleven:active, a.btn_Eleven:hover,
a.ButtonSubmitTwo:link, a.ButtonSubmitTwo:visited, a.ButtonSubmitTwo:active, a.ButtonSubmitTwo:hover {
    text-decoration: none;
}

a.btn_One_Small:link, a.btn_One_Small:visited, a.btn_One_Small:active,
a.btn_Ten:link, a.btn_Ten:visited, a.btn_Ten:active, a.btn_Ten:hover,
a.btn_Eleven:link, a.btn_Eleven:visited, a.btn_Eleven:active, a.btn_Eleven:hover,
a.ButtonSubmitTwo:link, a.ButtonSubmitTwo:visited, a.ButtonSubmitTwo:active, a.ButtonSubmitTwo:hover {
    color: #FFFFFF;
}

a.btn_One_Small:hover,
a.btn_Seven:hover,
a.btn_Seven_Last:hover,
a.btn_Eleven:hover,
a.ButtonSubmitTwo:hover {
    text-decoration: underline;
}

.tbHidden {
    width: 1px;
    font-size: 1px;
    background: #333333;
    border: 0px solid #333333;
}

.FirstColumn {
    background: url(../bg/bg_TableGrey.png) #ACACAC;
    color: #FFFFFF;
}

.FirstColumnActive {
    background: #333333;
    color: #FFFFFF;
}

.thtdGreen {
    background: #7fd775;
    border-right: solid 1px #324531;
    border-bottom: solid 1px #324531;
    color: #FFFFFF;
}

.thtdRed {
    background: Red;
    border-right: solid 1px #324531;
    border-bottom: solid 1px #324531;
}

/*login procedure*/

/* Style all input fields */
input {
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* The message box is shown when the user clicks on the password field */
#message {
}

    #message p {
        margin-top: 4px;
        margin-left: 40px;
        font-size: 12px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -10px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -10px;
        content: "✖";
    }